Remove EMACS_OUTQSIZE+sleep hack.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Nov 2012 22:33:00 +0000 (14:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Nov 2012 22:33:00 +0000 (14:33 -0800)
commit56985d81b48ffa443e4603de84d8856325aa56f1
tree13bd6f6670774db819ee19fb23fe80fc6a3666f2
parentb321cb8784c7593475168f6491f3fbad8e2dda93
Remove EMACS_OUTQSIZE+sleep hack.

* dispnew.c (update_frame_1): Remove hack for terminals slower
than 2400 bps, which throttled Emacs by having it sleep.  This
code hasn't worked since at least 2007, when the multi-tty stuff
was added, and anyway those old terminals are long dead.
* systty.h (EMACS_OUTQSIZE): Remove; unused.  The macro isn't used even
without the dispnew.c change, as dispnew.c doesn't include systty.h.
src/ChangeLog
src/dispnew.c
src/systty.h